Skip to main content

DeleteIpv6InternetBandwidth

Description

call the DeleteIpv6InternetBandwidth interface to delete the public network bandwidth.

Request Method

POST

Request Path

/apsara/route/Vpc/DeleteIpv6InternetBandwidth

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
Ipv6AddressIdBODYstringNoipv6-123456xxxxxxxxinstance ID of IPv6 address.
RegionIdBODYstringYescn-huhehaotethe region ID of the IPv6 gateway. You can obtain the region ID by calling the DescribeRegions interface.
Ipv6InternetBandwidthIdBODYstringNo2public network bandwidth of IPv6 address.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringE07E0FE6-5C21-405F-AF82-7613AA81EF92request ID.

Example

Successful Response example

{
"RequestId":"E07E0FE6-5C21-405F-AF82-7613AA81EF92"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}